home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / pyramid.b < prev    next >
Text File  |  1995-07-02  |  224b  |  8 lines

  1. #define pyramid_width 16
  2. #define pyramid_height 16
  3. static short pyramid_bits[] = {
  4.    0x0000, 0x0000, 0x0000, 0x0000,
  5.    0x0000, 0x0080, 0x01c0, 0x03e0,
  6.    0x07f0, 0x0ff8, 0x1ffc, 0x3ffe,
  7.    0x7fff, 0xffff, 0x0000, 0x0000};
  8.